home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / angry / scene3_4.dir / 00019.ls < prev    next >
Encoding:
Text File  |  1999-03-01  |  462 b   |  18 lines

  1. on mouseDown
  2.   puppetSound(1, "4-kshock")
  3.   repeat while the stillDown
  4.     set the member of sprite 8 to member("kidShockLOOP")
  5.     set the loc of sprite 8 to point(125, 239)
  6.     set the rect of sprite 8 to rect(125, 239, 433, 480)
  7.     updateStage()
  8.   end repeat
  9. end
  10.  
  11. on mouseUp
  12.   sound stop 1
  13.   set the member of sprite 8 to member("4-end")
  14.   set the loc of sprite 8 to point(125, 239)
  15.   set the rect of sprite 8 to rect(125, 239, 433, 480)
  16.   updateStage()
  17. end
  18.